github.com/klauspost/compress/zstd.bitReader.getBits (method)

8 uses

	github.com/klauspost/compress/zstd (current package)
		bitreader.go#L51: func (b *bitReader) getBits(n uint8) int {
		fse_decoder.go#L301: 	s.state = dt[br.getBits(tableLog)]
		seqdec.go#L257: 			mo += br.getBits(moB)
		seqdec.go#L261: 			ml += br.getBits(mlB)
		seqdec.go#L262: 			ll += br.getBits(llB)
		seqdec.go#L452: 	mo += br.getBits(moB)
		seqdec.go#L457: 	ml += br.getBits(mlB)
		seqdec.go#L458: 	ll += br.getBits(llB)